.percent60{
    max-width:100%;
    padding:0 30px;
}

.getStarted{
    border-radius: 25px !important;
    letter-spacing: 0;
    font-size: 20px;
  }

  .btn::after{
    background:none !important;
    display:none !important;
  }

  .intro-text--container{
    text-align: right;
  }
  
  h1{
    font-size:40px;
    margin:0;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
  }

  .notBold{
    font-weight:500;
  }

  .form-banner h1 span{
    color: var(--bodyFontColor);
  }

  .header-img--container{
    padding-top:0 !important;
  }

  .form-banner .header-img--container {
    padding-top: 50px;
}

  .header-img{
    margin-top:-30px;
  }

  .lineTwo{
    margin-bottom:20px;
  }
  
  .header .header-brand a{
    background-image: url(../images/logos/LA-AmOne-partner-logo-desktop.png);
  }

  .poweredBy img{
    width:auto;
    margin: 10px 0 20px 0;
  }

  .poweredByDark{
    margin: 15px 0 30px;
  }

  .subText{
    display:block;
    font-style:italic;
    font-weight:400;
    font-size:17px;
  }

  .weight600{
    font-weight:600;
  }

  .bottom-brand img {
    max-width:1200px;
  }

  .intro .step--container > div:nth-child(1)::after, .intro .step--container > div:nth-child(2)::after{
    background:none;
  }

  .bottom-brand{
    padding:30px 0;
  }

  .pipe{
    color:#fff;
    padding: 0 1px;
  }

  .footer p{
    color:#fff;
    font-size:16px;
    margin-top:10px;
  }

.hideBig{
     display:none;
  }
/*
  /* responsive */

  /* @media (width < 992px) and (width > 918px) {
    h1{
        font-size:45px;
    }
  }

  @media (width < 495px) and (width > 408px) {
    h1{
        font-size:45px;
    }
  } */

  @media (width < 495px){
    /* h1{
        font-size:45px;
    } */
    .hideBig{
        display:block;
    }
  }

  @media (width < 492px) and (width > 363){
    .percent60{
        max-width:80%;
    }
  }

  @media (width <= 400px){
    .percent60{
        max-width:100%;
    }
  }

  @media (width <= 330px){
    .header .header-brand a{
        width:265px;
    }
  }

  @media (width < 768px){
    .header-img {
        margin-top: 0px;
    }
  }